compress/flate.token.length (method)

3 uses

	compress/flate (current package)
		huffman_bit_writer.go#L545: 		length := t.length()
		huffman_bit_writer.go#L584: 		length := t.length()
		token.go#L84: func (t token) length() uint32 { return uint32((t - matchType) >> lengthShift) }